home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 15 / CU Amiga Magazine's Super CD-ROM 15 (1997)(EMAP Images)(GB)[!][issue 1997-10].iso / CUCD / Graphics / Ghostscript / source / printafm < prev    next >
Encoding:
Text File  |  1995-09-06  |  154 b   |  7 lines

  1. #!/bin/sh
  2. # Print the metrics from a font in AFM format.  Usage:
  3. #    printafm fontname
  4. # Output goes to stdout.
  5.  
  6. exec gs -q -dNODISPLAY -- printafm.ps "$@"
  7.